Uses of Class
negotiator.protocol.alternatingoffers.AlternatingOffersProtocol

Packages that use AlternatingOffersProtocol
negotiator.protocol.alternatingoffers   
 

Uses of AlternatingOffersProtocol in negotiator.protocol.alternatingoffers
 

Methods in negotiator.protocol.alternatingoffers that return types with arguments of type AlternatingOffersProtocol
protected static java.util.ArrayList<AlternatingOffersProtocol> AlternatingOffersProtocol.allParameterCombis(Tournament tournament, AgentRepItem agentA, AgentRepItem agentB, ProfileRepItem profileA, ProfileRepItem profileB)
          This is a recursive function that iterates over all *parameters* and tries all values for each, recursively calling itself to iterate over the remaining parameters.
 

Method parameters in negotiator.protocol.alternatingoffers with type arguments of type AlternatingOffersProtocol
protected static void AlternatingOffersProtocol.allParameterCombis(Tournament tournament, java.util.ArrayList<AssignedParameterVariable> allparameters, java.util.ArrayList<AlternatingOffersProtocol> sessions, ProfileRepItem profileA, ProfileRepItem profileB, AgentRepItem agentA, AgentRepItem agentB, java.util.ArrayList<AssignedParamValue> chosenvalues)
          adds all permutations of all NegotiationSessions to the given sessions array.